home *** CD-ROM | disk | FTP | other *** search
Wrap
-- card: 5080 from stack: in -- bmap block id: 0 -- flags: 0000 -- background id: 3656 -- name: -- part 1 (field) -- low flags: 00 -- high flags: 0002 -- rect: left=44 top=23 right=309 bottom=476 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 20 -- text size: 18 -- style flags: 0 -- line height: 24 -- part name: -- part 2 (button) -- low flags: 00 -- high flags: 8003 -- rect: left=350 top=316 right=338 bottom=450 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Continue... ----- HyperTalk script ----- on mouseUp go to next card end mouseUp -- part 3 (button) -- low flags: 00 -- high flags: 8003 -- rect: left=25 top=316 right=338 bottom=125 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Previous page ----- HyperTalk script ----- on mouseUp go to prev card end mouseUp -- part 4 (button) -- low flags: 00 -- high flags: 8003 -- rect: left=191 top=317 right=339 bottom=291 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Directory ----- HyperTalk script ----- on mouseUp go to card id 2919 of stack "IntroCard" end mouseUp -- part 5 (button) -- low flags: 00 -- high flags: 8003 -- rect: left=191 top=317 right=339 bottom=291 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Directory ----- HyperTalk script ----- on mouseUp go to card id 2919 of stack "IntroCard" end mouseUp -- part contents for card part 1 ----- text ----- If you still have questions about anything we've done so far that you can't find in the user's guide, it's time for you to start fooling with your OPEN STACK. What do you do when you see a new stack? You do everything it says to do, and ask yourself how YOU would have done it. Then you see how the author did it. Look at the scripts of every object -- button, field, card, background, and stack -- and print them out if you can. Don't worry if you don't understand every little quirk. All you need to know is that it is ALL THERE, and that you can make changes in it if you wish to do so.